Half-ass somewhat fix this function, so that scrolling to the insertion
authorHavoc Pennington <hp@redhat.com>
Tue, 7 Nov 2000 23:05:19 +0000 (23:05 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Tue, 7 Nov 2000 23:05:19 +0000 (23:05 +0000)
commitd3c9910ad2eead372836f24caba2b8724376eddb
tree8de29fa4d380a58f0f22add8896dff13f2c04a5d
parentf1de9df0511db6e82ee12c8e7f78d68d7a31cbbe
Half-ass somewhat fix this function, so that scrolling to the insertion

2000-11-07  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
Half-ass somewhat fix this function, so that scrolling to the
insertion point works. Pango hacking is in the future to really
fix it.

* gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
length of data, no longer used.

* gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
method contents in here, get rid of destroy method
(gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
that were backward. Remove debug spew.
(cut_or_copy): Make the clipboard work with insert_range to
preserve tags and pixbufs, not just the primary selection.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextbuffer.c
gtk/gtktextbuffer.h
gtk/gtktextlayout.c
gtk/gtktextview.c